bindVerifierRepository

@Singleton()
@Binds()
abstract VerifierRepository bindVerifierRepository(VerifierRepositoryImpl verifierRepository)

This method provides the VerifierRepository instance for the passing VerifierRepositoryImpl.